|
Name |
Description: |
Example |
|
Commands: | ||
|
Visible |
Displays fields with fulfilled conditions |
=visible field name |
|
Set |
Changed with full condition values of other fields. |
=set field name=value |
|
Error reports: | ||
|
OKend |
If an error message generates their condition, it is reviewed only by clicking on the “OK” button |
=OKend “Error text” |
|
Msg |
Generates an error message of which the condition is reviewed after each change of the parts list. |
=Msg “Error text” |
|
Formatting: | ||
|
_Height |
Determines the height of the measurement window in pixels. 400 = 400 pixels high |
=_Height 400 |
|
_Width |
Determines the width of the measurement window in pixels 200 = 200 pixels wide |
=_Width 200 |
|
_Split |
If the column relation of the measurement window. 13 7 = column “Description” =130 pixels / Column “Value” =70 pixels Be careful! When the defined width of “Split” is greater than from “_Width”, the width of the window (“_Width”) is adapted. |
=_Split 13 7 |
|
Forecolor |
Changes the font color of ta field; Colors: Rot=red, Grün=green, Gelb=yellow, Blau=blue, Weis=white, Schwarz=black |
Fieldname; forecolor=blue |
|
Backcolor |
Changes the background color of the field; Colors: Rot=red, Grün=green, Gelb=yellow, Blau=blue, Weis=white, etc. |
Fieldname; backcolor=red |
|
Operators: | ||
|
= |
Tests the values for equality |
A=B |
|
<> |
Tests the values for inequality |
A<>B |
|
() |
Pulls the calculation in parenthesis out and/or develops an expression (TRUE or FALSE) out of the content in parenthesis. |
(A+B)*C |
|
and |
With this operator, the parenthesis form in an expression in each case. An expression is either TRUE or FALSE. The condition is only fulfilled if both expressions are true. |
(A+B=C) and (D=C) |
|
or |
With this operator the parenthesis form an expression in each case. An expression is either TRUE or FALSE. The condition is fulfilled if an expression is precisely TRUE. |
(A+B=D) or (A+B=C) |
|
not |
With this operator the parenthesis forms an expression. An expression is either TRUE or FALSE. The condition is fulfilled if the expression is wrong. |
not (A=B) |